﻿//%s = string, %d = integer, %ld = long integer, %f = float, \n = newline
// = Dark Green (0x04),  = Light Green (0x03),  = Normal (0x01)

"Language"
{
	//Langauge Settings
	"name" "English"
}

"Greeting"
{
	//Greeting Text
	"greeting" "Type \"rpgmenu\" to bring up your options."
}

"Items"
{
	//Upgrade Names
	"regen" "Regeneration"
	"hbonus" "Health+"
	"resup" "Resupply"
	"vamp" "Vampire"
	"stealth" "Stealth"
	"ljump" "LongJump"
	"fnade" "FireGrenade"
	"icestab" "IceStab"
	"fpistol" "FrostPistol"
	"denial" "Denial"
	"impulse" "Impulse"
	"medic" "Medic"
}

"NewLevel"
{
	//New Level Text
	"new_lvl1" "%s is now Level %d"
	"new_lvl2" "You have new credits (%ld total). Type \"rpgmenu\" to buy upgrades."
}

"NewbieText"
{
	//Newbie Text
	"newbie_lvl1" "You have gained a new Level! This means you can buy Upgrades which give you an advantage over your opponents."
	"newbie_lvl2" "Type \"rpgmenu\" in chat, or type it into the console to bring up a menu from which you can buy Upgrades."
}

"ExpHintBox"
{
	//Experience Hintbox
	"exp_hint" "Experience Gained: %ld+\nExperience Quota: %ld/%ld"
}

"rpgrank"
{
	//rpgrank
	"rpgrank" "%s is Level %ld, ranked %ld/%ld with %ld/%ld Experience and %ld Credits"
}

"rpgtop10"
{
	//Top 10
	"top10_title" "Top 10 CSS:RPG Players"
}

"Menu"
{
	"Text"
	{
		//Menu Text
		"level" "Level"
		"exp_short" "Exp"
		"exp_long" "Experience"
		"credits" "Credits"
		"rank" "Rank"
		"cost" "Cost"
		"sale" "Sale"
	}

	"Result"
	{
		//Menu Result
		"stats_reset" "Your stats have been successfully reset."
		"max_lvl" "You have reached the maximum level for this item."
		"not_enough_credits" "You do not have enough credits to buy %s Lvl %d. (Requires %d Credits)"
		"item_bought" "%s Level %ld successfully purchased."
		"item_sold" "%s Level %ld has been sold."
		"lang_changed" "CSS:RPG text will now appear in the %s language."
	}

	"Options"
	{
		//Menu Options
		"upgrades" "Upgrades"
		"sell" "Sell"
		"stats" "Stats"
		"settings" "Settings"
		"help" "Help"

		"next" "Next"
		"previous" "Previous"
		"yes" "Yes"
		"no" "No"

		"reset_stats" "Reset Stats"
		"language" "Language"

		"exit" "Exit"
	}

	"Confirm"
	{
		//Menu Confirm
		//Sell Item Confirm
		"sell_confirm" "Are you sure?"

		//Reset Stats Confirm
		"reset_confirm" "WARNING: You will lose all Levels, Credits, and Experience.\nReset stats permanently?"
	}

	"Help"
	{
		//Help Menu
		"about" "About CSS:RPG"
		"upgrades" "CSS:RPG Upgrades"
		"commands" "CSS:RPG Commands"
		"acronyms" "CSS:RPG Acronyms"
	}

	"Misc"
	{
		//Miscellaneous Text
		"no_items" "No items available"
	}
}
